home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Development Platforms / Apple II / HyperCardIIGS / Developer Tools / MPW.Interfaces / AIIGSIncludes / E16.HyperXCMD next >
Encoding:
Text File  |  1991-08-19  |  874 b   |  34 lines  |  [TEXT/MPS ]

  1. ; *********************************************************
  2. ;
  3. ;  File: E16.HyperXCMD
  4. ;
  5. ;  For use with HyperCard IIGS version 1.1
  6. ;  Copyright © Apple Computer, Inc. 1990-91
  7. ;  All Rights Reserved
  8. ; *********************************************************
  9.  
  10. ; Offset constants for XCMDBlock
  11.  
  12. oxbParamCount        EQU    0
  13. oxbParams        EQU    2
  14. oxbReturnValue        EQU    66
  15. oxbPassFlag        EQU    70
  16. oxbUserID        EQU    72
  17. oxbReturnStat        EQU    74
  18.  
  19. ; XCMDBlock constants for event.what
  20.  
  21. xOpenEvt              EQU     1000    ; the first event after you are created }
  22. xCloseEvt             EQU    1001    ; your window is being forced close }
  23. xHidePalettesEvt    EQU    1004    ; someone called HideHCPalettes }
  24. xShowPalettesEvt    EQU    1005    ; someone called ShowHCPalettes }
  25. xCursorWithin        EQU    1300    ; cursor is within the window }
  26.  
  27. ; XWindow styles
  28. xWindoidStyle        EQU    0
  29. xRectStyle        EQU    1
  30. xShadowStyle        EQU    2
  31. xDialogStyle        EQU    3
  32.